xfi:identical-nodes

xs:boolean=xfi:identical-nodes( $left as node()*, $right as node()*)

Last updated on 14-02-2008 at 00:00:00.

Returns true if two nodes are identical.

XBRL 2.1 Section 4.10

OIM Status

Unsupported

Parameters

Name Type Details
left node()* The first node or sequence of nodes.
right node()* The second node or sequence of nodes.

Output

Type: xs:boolean

Returns true if the identical node comparison defined in the XBRL 2.1 specification is true for the two sequences of nodes supplied as arguments.

Conformance suite

80200 xfi.identical-nodes testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Geoff Shuetrim Galexy geoff@galexy.net 14-02-2008 at 12:22:00

Revisions

Name On Details
Geoff Shuetrim 14-02-2008 at 00:00:00 Defined the function.